Packages

package article

Type Members

  1. class Article extends AnyRef

    Represents a news article with its associated metadata.

    Represents a news article with its associated metadata.

    Annotations
    @EqualsAndHashCode() @Getter() @JsonIgnoreProperties() @ToString()
  2. class SearchResult extends AnyRef

    Represents a search result with its associated metadata and articles.

    Represents a search result with its associated metadata and articles.

    Annotations
    @EqualsAndHashCode() @Getter() @JsonIgnoreProperties() @ToString()
  3. class Source extends AnyRef

    Represents a news source with its associated metadata.

    Represents a news source with its associated metadata.

    Annotations
    @EqualsAndHashCode() @Getter() @JsonIgnoreProperties() @NoArgsConstructor() @RequiredArgsConstructor() @ToString()
  4. class SourcesResult extends AnyRef

    Represents the result of a news sources API call.

    Represents the result of a news sources API call.

    Annotations
    @EqualsAndHashCode() @Getter() @JsonIgnoreProperties() @ToString()

Ungrouped